Update composer.json to support symfony 6.4#2
Open
msklenica wants to merge 5 commits into99designs:masterfrom
Open
Update composer.json to support symfony 6.4#2msklenica wants to merge 5 commits into99designs:masterfrom
msklenica wants to merge 5 commits into99designs:masterfrom
Conversation
Support for docker, rector + upgrade phpunit and tests
I70l0teN4ik
reviewed
Aug 27, 2024
Major upgrade encompassing: - Upgraded PHPUnit from 9.x to 10.5 with full test compatibility - Upgraded to PHP 8.4 with deprecation fixes and strict type declarations - Added comprehensive parameter and return type hints across core classes - Implemented complete property type declarations - Fixed PHP 8.4 deprecation warnings throughout codebase - Standardized import ordering and code structure - Added Docker support and testing infrastructure - Updated documentation and release notes - Add AGENTS.md guidelines for agentic code operations - Build, lint, and test commands (single test, coverage, etc.) - Comprehensive code style guidelines (imports, formatting, types, naming) - Error handling patterns and exception usage - Class structure best practices and common patterns - File organization reference and test file template - Pre-commit checklist for code quality
upgrade: PHP 8.4, PHPUnit 10, type hints, and property declarations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Support for docker, rector + upgrade phpunit and tests